home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / dragon30.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-04-19  |  799b  |  35 lines

  1. echo off
  2. type readmeor.die | more
  3. pause
  4. rem cls
  5. rem type betaread.me | more
  6. echo Press Ctrl-Break to abort installation, any other key to continue.
  7. pause > NUL
  8.  
  9. if not exist game.cfg goto install
  10. rename game.cfg game.old
  11.  
  12. :install
  13. echo Extracting The Dragon's Claw to current directory.
  14. dragon.exe -e
  15. del dragon.exe
  16.  
  17. if not exist game.old goto end
  18. del game.cfg
  19. rename game.old game.cfg
  20.  
  21. :end
  22. echo -
  23. echo The install will now execute RUDE_CFG.EXE.  Please make all needed
  24. echo changes to your configuration and save it.
  25. echo -
  26. echo NOTE: If you are installing for the first time, don't forget to
  27. echo       initialize the user files before exiting the configuration
  28. echo       editor.
  29. pause
  30. rude_cfg.exe
  31. echo -
  32. echo Your installation is now complete.
  33. echo -
  34. echo on
  35.